@charset "UTF-8";
.bulu-nav {
  height: 50px;
  background: #4185EB;
}
.bulu-nav .container a {
  line-height: 50px;
  font-size: 13px;
  color: white;
  margin-right: 45px;
}

.search-result-box {
  margin-bottom: 2px;
  overflow: hidden;
}
.search-result-box .keyword-div {
  float: left;
  line-height: 36px;
}
.search-result-box .keyword-div h1:nth-child(1),
.search-result-box .keyword-div span:nth-child(1) {
  color: #4185eb;
}
.search-result-box .keyword-div span:nth-child(2) {
  color: #fbb434;
}
.search-result-box > div {
  float: left;
  margin-left: 10px;
}

.list-font-box .item {
  background-color: #fff;
  padding: 0 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  height: 180px;
}
.list-font-box .item .head {
  height: 50px;
  border-bottom: 1px solid #ececec;
}
.list-font-box .item .head .name {
  float: left;
  position: relative;
  line-height: 50px;
}
.list-font-box .item .head .name b,
.list-font-box .item .head .name em {
  color: red;
  font-weight: bold;
}
.list-font-box .item .head .name::after {
  content: "免费下载";
  color: white;
  width: 60px;
  height: 20px;
  display: block;
  background: #2fd8b4;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: -72px;
  top: 14px;
  font-size: 12px;
}
.list-font-box .item .head .name.pay::after {
  content: "付费下载";
  background: #fbb434;
}
.list-font-box .item .head .name.free-sy::after {
  content: "免费商用";
  background: #4185eb;
}
.list-font-box .item .head .type-name {
  float: right;
  font-size: 13px;
  line-height: 50px;
  color: #616161;
}
.list-font-box .item .bot .left-bot {
  float: left;
  line-height: 130px;
}
.list-font-box .item .bot .left-bot img {
  max-width: 400px;
  max-height: 130px;
  vertical-align: middle;
}
.list-font-box .item .bot .left-bot p {
  line-height: 130px;
  color: #313131;
  font-size: 50px;
  display: none;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 850px;
  height: 130px;
}
.list-font-box .item .bot .right-bot {
  float: right;
  margin-top: 45px;
}
.list-font-box .item .bot .right-bot .com-button-icon {
  float: left;
  margin-left: 20px;
}
.list-font-box .item .bot .right-bot .com-button-icon.gary-btn i {
  font-size: 18px;
  margin-right: 2px;
}
.list-font-box.yes-font .item .bot .left-bot img {
  display: none;
}
.list-font-box.yes-font .item .bot .left-bot p {
  display: block;
}

.se-recommend .title-div p {
  font-size: 16px;
  line-height: 22px;
  float: left;
  padding-left: 10px;
  font-weight: 600;
  margin-right: 20px;
  cursor: pointer;
}
.se-recommend .title-div p.active {
  color: #4185EB;
}
.se-recommend .se-recommend-cont > div {
  display: none;
}
.se-recommend .se-recommend-cont > div:nth-child(1) {
  display: block;
}

.new-page-box {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: #606266;
}
.new-page-box ul {
  text-align: right;
  display: inline-block;
}
.new-page-box ul li {
  float: left;
}
.new-page-box ul li a,
.new-page-box ul li span {
  line-height: 40px;
  margin-left: 5px;
  margin: 0 10px;
  min-width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e8eaec;
  text-align: center;
  cursor: pointer;
  color: #616161;
  display: inline-block;
}
.new-page-box ul li a[disabled=disabled],
.new-page-box ul li span[disabled=disabled] {
  color: #e8eaec !important;
}
.new-page-box ul li a:not([disabled=disabled]):hover {
  background-color: #4185eb;
  color: white;
  border: 1px solid #4185eb;
}
.new-page-box ul li span {
  background-color: #4185eb;
  border: 1px solid #4185eb;
  color: white;
}
.new-page-box ul li.prev-next {
  color: #616161;
}
.new-page-box ul li.prev-next a {
  width: 85px;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e8eaec;
  border: 1px solid #e8eaec;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #616161;
}
.new-page-box ul li:nth-child(1) a, .new-page-box ul li:nth-last-child(3) a {
  width: 60px;
}
.new-page-box ul .tbpage {
  border: 1px solid #e6e6e6;
  margin-left: 8px;
  text-align: center;
  border-radius: 3px;
  height: 40px;
  margin: 0 10px;
}
.new-page-box ul .btngo {
  min-width: 50px;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e8eaec;
  text-align: center;
  cursor: pointer;
  color: #616161;
}
.new-page-box ul .btngo:hover {
  background-color: #4185eb;
  color: white;
  border: 1px solid #4185eb;
}

.new-two-page-box {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: #606266;
  font-size: 0;
}
.new-two-page-box a {
  width: 40px;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e8eaec;
  text-align: center;
  line-height: 40px;
  color: #616161;
  margin-right: 5px;
}
.new-two-page-box a.active {
  background-color: #4185eb;
  border: 1px solid #4185eb;
}
.new-two-page-box a.active b {
  color: white;
}
.new-two-page-box a:not(.grey):hover {
  background-color: #4185eb;
  border: 1px solid #4185eb;
  color: white;
}
.new-two-page-box a:not(.grey):hover b {
  color: white;
}
.new-two-page-box .backpage,
.new-two-page-box .nextpage {
  width: 85px;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e8eaec;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #616161;
}
.new-two-page-box .backpage.grey,
.new-two-page-box .nextpage.grey {
  color: #cccccc;
}
.new-two-page-box #tbpage {
  border: 1px solid #e6e6e6;
  margin-left: 8px;
  text-align: center;
  border-radius: 3px;
  height: 40px;
  margin: 0 10px;
  vertical-align: top;
}
.new-two-page-box #btngo {
  min-width: 50px;
  vertical-align: top;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e8eaec;
  text-align: center;
  cursor: pointer;
  color: #616161;
}
.new-two-page-box #btngo:hover {
  background-color: #4185eb;
  color: white;
  border: 1px solid #4185eb;
}

.com-nav-box {
  position: relative;
}
.com-nav-box .go-pack-html {
  position: absolute;
  right: 0;
  top: 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  background: #FFFFFF;
  border-radius: 6px;
  padding-left: 8px;
  font-size: 12px;
}
.com-nav-box .go-pack-html .go-pack-html-svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}